
.section1 {
    background: rgb(0, 0, 0);
    margin: 20vh;
  }
.stats-container {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 30px auto;
  max-width: 1200px;
  padding-inline: 16px;
}


.outer {
  width: 270px;
  height: 230px;
  border-radius: 10px;
  padding: 1px;
  background: radial-gradient(circle 230px at 0% 0%, #ffffff, #0c0d0d);
  position: relative;
}
.copy_toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 13px;
    border: 0.65px solid #c1c2c5;
    margin-left: -88px;
    border-radius: 6px;
    background-color: #202425;
    color: #8e8e8e;
    cursor: pointer;
    margin-top: 10px;
}
@media (max-width: 600px) {
  .stats-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    padding: 0 12px;
    margin-top: 80px;
    box-sizing: border-box;
  }

  .outer {
    width: 100%;        /* fill the grid column */
    margin: 0;          /* remove offset */
  }

  .section1 {
    margin: 5vh 12px;
  }
  .copy_toggle {
    padding: 8px;
    margin-left: -50px;
    border-radius: 6px;
    background-color: #202425;
    color: #8e8e8e;
    cursor: pointer;
    margin-top: 10px;
}
.card-stats{
  font-size: 10px;
}
}


.copy_toggle > svg {
  width: 20px;
  height: 20px;
}
.copy_toggle:active > svg > path,
.copy_toggle:focus-within > svg > path {
  animation: clipboard-check 500ms linear forwards;
}

.cmd::after {
  content: "";
  position: relative;
  display: block;
  height: 100%;
  overflow: hidden;
  background-color: transparent;
  border-right: 0.15em solid #e34ba9;
  animation: cursor 0.5s step-end infinite alternate, blinking 0.5s infinite;
}



.dot {
  width: 5px;
  aspect-ratio: 1;
  position: absolute;
  background-color: #fff;
  box-shadow: 0 0 10px #ffffff;
  border-radius: 100px;
  z-index: 2;
  right: 10%;
  top: 10%;
  animation: moveDot 6s linear infinite;
}

@keyframes moveDot {
  0%, 100% {
    top: 10%;
    right: 10%;
  }
  25% {
    top: 10%;
    right: calc(100% - 35px);
  }
  50% {
    top: calc(100% - 30px);
    right: calc(100% - 25px);
  }
  75% {
    top: calc(100% - 30px);
    right: 10%;
  }
}
@media (max-width: 600px) {
  @keyframes moveDot {
  0%, 100% {
    top: 10%;
    right: 10%;
  }
  25% {
    top: 10%;
    right: calc(106% - 35px);
  }
  50% {
    top: calc(100% - 30px);
    right: calc(100% - 25px);
  }
  75% {
    top: calc(100% - 30px);
    right: 10%;
  }
}
}


.card-stats {
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 9px;
  border: solid 1px #202222;
  background-size: 20px 20px;
  background: radial-gradient(circle 280px at 0% 0%, #444444, #0c0d0d);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-direction: column;
  color: #fff;
}

.ray {
  width: 220px;
  height: 45px;
  border-radius: 100px;
  position: absolute;
  background-color: #c7c7c7;
  opacity: 0.4;
  box-shadow: 0 0 50px #fff;
  filter: blur(10px);
  transform-origin: 10%;
  top: 0%;
  left: 0;
  transform: rotate(40deg);
}

.card-stats .text {
  font-weight: bolder;
  font-size: 3rem;
  background: linear-gradient(45deg, #000000 4%, #fff, #000);
  background-clip: text;
  color: transparent;
}

.line-stats {
  width: 100%;
  height: 1px;
  position: absolute;
  background-color: #2c2c2c;
}
.topl {
  top: 10%;
  background: linear-gradient(90deg, #888888 30%, #1d1f1f 70%);
}
.bottoml {
  bottom: 10%;
}
.leftl {
  left: 10%;
  width: 1px;
  height: 100%;
  background: linear-gradient(180deg, #747474 30%, #222424 70%);
}
.rightl {
  right: 10%;
  width: 1px;
  height: 100%;
}



  .stats-container {
    display: grid;
    gap: 24px;
    grid-template-columns: 1fr 1fr 1fr;
    margin: 30px auto;
    max-width: 1200px;
    padding-inline: 16px;
    /* margin-left: 190px; */
  }
  
  .stats-container .stat {
    padding: 24px;
    text-align: center;
    color: #edf2f4;
    border: 1px solid rgba(75, 75, 75, 0.25);
    border-radius: 20px;
    /* background-color: rgba(42, 42, 42, 0.45); */
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(15px);
    position: relative;
  }

  .stats-container .stat::after {
    position: absolute;
    content: "";
    top: 55px;
    left: 75px;
    right: 10px;
    z-index: -1;
    height: 40%;
    width: 40%;
    transform: scale(0.9) translateZ(0);
    filter: blur(55px);
    background: linear-gradient(
      to left,
      #ffee00,
      #000dff,
      #f6ef72
    );
    background-size: 200% 200%;
    animation: animateGlow 7.25s linear infinite;
  }


@keyframes animateGlow {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 200% 50%;
  }
}
  
  .stats-container .stat .odometer {
    font-size: 50px;
    font-weight: bold;
    display: inline-block;
    color: rgb(255, 255, 255);
  }
  
  .stats-container .stat .type {
    font-size: 20px;
    color: rgb(255, 255, 255)
  }


@media (max-width: 1024px) {
  .stats-container {
    grid-template-columns: 1fr 1fr;
  }
}


@media (max-width: 600px) {
  .stats-container {
    /* grid-template-columns: 1fr; */
    margin-top: 100px;
    /* margin-left: 35px; */
  }

  .stats-container .stat {
    padding: 20px;
  }

  .stats-container .stat .odometer {
    font-size: 36px;
  }

  .stats-container .stat .type {
    font-size: 16px;
  }

  .section1 {
    margin: 5vh 12px;
  }

  .stats-container .stat::after {
    top: 40px;
    left: 50px;
    width: 60%;
    height: 40%;
  }

  .journey-line-a {
    left: 6%;
  }
}

